home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / DESKHING / PICTURE3.LZH / UTILS.EXE / PTLOGI3B.DEF < prev    next >
Text File  |  1991-12-31  |  638b  |  22 lines

  1. ;  Logitech Mouse Definition File for PictureThis
  2. ;  Version 1.0 - February 27, 1990
  3. ;
  4. ;  Initialization:
  5. BEGIN LeftB, MidB, RightB, LeftM, RightM, UpM, DownM
  6. CHORDS LMB, LRB, MRB, ALLB
  7. ;  Individual Buttons do Function Keys F1, F2, and F3:
  8. LeftB: TYPE 0, 59 ;  Left Button does F1
  9. MidB: TYPE 0, 60 ;  Middle Button does F2
  10. RightB: TYPE 0, 61 ;  Right Button does F3
  11. ;  Cursor Movements Horizontal and Vertical:
  12. LeftM: TYPE 0, 75;  Left
  13. RightM: TYPE 0, 77 ; Right
  14. UpM: TYPE 0, 72 ; Up
  15. DownM: TYPE 0, 80 ; Down
  16. ;  Any Two or All Three Buttons Together do ESC:
  17. LMB: TYPE ESC
  18. LRB: TYPE ESC
  19. MRB: TYPE ESC
  20. ALLB: TYPE ESC
  21.  
  22.